Date format

Solved/Closed
khushi - May 22, 2015 at 06:02 AM
Mazzaropi Posts 1985 Registration date Monday August 16, 2010 Status Contributor Last seen May 24, 2023 - May 23, 2015 at 11:46 AM
Hello,

I want to write date into following format like
(25/05/2015) into 25 days 05 months 2015 year.
Is it possible???
Thanks

Related:

2 responses

Blocked Profile
May 22, 2015 at 05:09 PM
Well it might be but you failed to say where or what you are using.

ASP CODE WOULD BE LIKE THIS:
Response.write(date_day+"Days "+date_month+" Months "+date_year+" Years")

I hope this helps. Have FUN!


0
Mazzaropi Posts 1985 Registration date Monday August 16, 2010 Status Contributor Last seen May 24, 2023 147
May 23, 2015 at 11:46 AM
Khushi, Good morning.

Try to use a CUSTOM FORMAT at Format Menu.
dd " days " mm " months " aaaa " year. "

Is this what you want?
I hope it helps.
0