inboundnow / retired-landing-pages

Create landing pages for your WordPress site. Monitor and improve conversion rates, run A/B split tests, customize your own templates and more.
http://www.inboundnow.com/landing-pages/
GNU General Public License v2.0
4 stars 2 forks source link

Datepicker format #210

Closed DavidWells closed 9 years ago

DavidWells commented 9 years ago

Does the date format need to be like this? https://github.com/inboundnow/landing-pages/blob/master/templates/countdown-lander/config.php#L115-L116

can't we do the standard M/dd/Y ?

Is it reading very strangely http://www.screencast.com/t/xHnF6xU5zipA and it looks like I'm unable to change the year

atwellpub commented 9 years ago

@daprela What do you think?

I think we can change it to the M/dd/Y.

On the index.php side we break down the date string and rebuild it. So Whichever way we chose should work. Would need to test to make sure.