How to modify the date format of date('now') in sqlite? -


when execute following query : select date('now') returns 2015-07-08. but, want receive date in format mm/dd/yyyy 08/07/2015. how can that?

i know sounds stupid question, i'm not able figure out long.

have tried:

select strftime('%d-%m-%y', 'now') 

the output be:

08-07-2015


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -