Hi,
Preetty Date has a awesome date formatting for all the past date however when I tried to use it for one of my Web application, and it blotted as under (writing this as time '2016-03-22 00:00:00' shows 4 hours ago which is OK considering the server time)
Example 1: Future Date
"Event Date:" + jQuery.format.prettyDate('2016-03-29 19:08:00');
Event Date: undefined
Example 2: Few Hours ahead
"Event Date:" + jQuery.format.prettyDate('2016-03-22 06:00:00');
Event Date: undefined
what is expected in these scenarios:
Example 1
Event Date: 7 days to go
OR
Event Date: 7 days, x hours to go
Example 2
Event Date: x hours to go
Hi,
Preetty Date has a awesome date formatting for all the past date however when I tried to use it for one of my Web application, and it blotted as under (writing this as time '2016-03-22 00:00:00' shows 4 hours ago which is OK considering the server time)
Example 1: Future Date
"Event Date:" + jQuery.format.prettyDate('2016-03-29 19:08:00');Example 2: Few Hours ahead
"Event Date:" + jQuery.format.prettyDate('2016-03-22 06:00:00');what is expected in these scenarios:
Example 1
Example 2