Datepicker problem
-
I have a problem entering any kind of deadlines; when I try to enter a deadline for a project or a task they are always set to “Nov 30th, -0001″. It seems that the datepicker is entering the dates in MM/DD/YYYY format instead of the needed YYYY-MM-DD. I have two instalations of buddypress with GTM, one on my local computer, and the working one on the web server. The one on the local computer works fine, but the one on the server is giving the wrong date format. So it seems that the problem is with the server, but I have no idea how to fix this.
You must be logged in to reply to this topic.
It seems that there was some problem with language detection, when i changed the check of WPLANG in bp_gtm_cssjs.php to just `$lang = ‘en_GB’` datepicker gives correct formatting.