SimpleDesk

SimpleDesk! => SimpleDesk Tracker => Topic started by: Gruffen on July 08, 2011, 11:14:52 AM

Title: New custom field type: time/date
Post by: Gruffen on July 08, 2011, 11:14:52 AM
Would be pretty nice to be able to provide a time/date selector as a custom field, perhaps even with a nice UI on top rather than expecting dates/times to be entered manually.
Title: Re: New custom field type: time/date
Post by: Labradoodle-360 on October 30, 2011, 03:03:20 PM
Thoughts on this being added still?
Title: Re: New custom field type: time/date
Post by: tfs on October 31, 2011, 01:10:35 PM
I do like it as an idea, though it scares me because I've never seen a GUI date picker in an SMF mod before... or even in SMF.

So... in the event that there's not a GUI date picker available, I wonder if it wouldn't make as much sense to just make an entry mask for the existing text field type?  Allow the admin to specify a date mask such as "mm/dd/yyyy" for standard us character dates, etc.  That would kill several birds with one stone.  For instance, there could be a phone mask "(nnn)nnn-nnnn" or a social security number mask "nnn-nn-nnnn" etc.
Title: Re: New custom field type: time/date
Post by: SleePy on November 01, 2011, 05:09:23 PM
Well the date isn't an issue for GUI.  Its the time.
Date commonly uses a little calendar icon that pops up a calendar (via js) and you can click through months or jump years.
Title: Re: New custom field type: time/date
Post by: Labradoodle-360 on November 03, 2011, 01:14:49 PM
Yeah, jQuery UI has a very nice Calendar func.