2martens / de.plugins-zum-selberbauen.ultimate

A fully functional CMS for WCF 2.0
GNU General Public License v3.0
4 stars 0 forks source link

Publish date is preset to wrong date #333

Closed 2martens closed 10 years ago

2martens commented 10 years ago

Check the timestamp that is transmitted.

2martens commented 10 years ago

Apparently the cause of the problem lies outside the Ultimate CMS and inside the WCF.Date.Time class. When setting the date (correct date string given), the wrong date is set by jQuery UI Datepicker. Easy solution: Wrap the passed variable in a new Date() statement.