Closed (fixed)
Project:
Registration codes
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2010 at 16:06 UTC
Updated:
21 Aug 2010 at 13:20 UTC
The Create form seems only to accept American Date formats. Why don't you use a standard timezone-aware date widget?
Comments
Comment #1
aidanlis commentedAlthough you're incorrect as strtotime will use whatever locale you have set on your server, I agree that this is not a nice UI.
Comment #2
aidanlis commentedOkay, with a lot of hacking around in FAPI I have finally fixed this. The main reason I didn't use date was there's no such thing as an optional date. using #after_build and #element_validate I've fixed this.