How to add a weekday output using "DateTime Picker config" and MonkeyPhysics?

T34 07 Jun, 2015
Hello!

I use MonkeyPhysics DateTime picker because MooTools DatePicker isn't recommended for Joomla 1.5.
Also I need to add weekday to DatePicker output. There is a config " format: 'd F Y, H:i' " in "DateTime Picker config" box now. How to modify this string for get an output like " Sunday, 7 June 2015, 22:00 "?

I have try to find a solution searching forum, but haven't found a solution.

---
Thanks,
Kirill
T34 07 Jun, 2015
Sorry, I have found a solution in PHP manual: 'l, d F Y, H:i'🙂
T34 07 Jun, 2015
This solution displays " Sunday, 7 June 2015, 22:00 " format only in DatePicker field on site.
How to add to E-mail after submit? How can I modify format "2015-06-10 22:30:29" in form code, removing "seconds" value for have " Sunday, 7 June 2015, 22:00 " in E-mail too?
GreyHead 08 Jun, 2015
Hi Kirill,

Where do you need to show the day of the week? It is usually simplest to save a date in Y-m-d format - then you can easily ise PHP to re-format it when you need to display it.

Bob
This topic is locked and no more replies can be posted.