I have a ListGrid with a field of type datetime and with filtering enabled. When clicking the calendar icon for this field, a "Select Date Range" dialog appears and I can choose a date range. I was wondering if there's a way to include the time in the parentheses on the right side (see attached image - of course the time font would match the date font and not be red)
The reason is if the user wanted to select a range within one day, he/she would choose a range of a single day, say 11/16/2011 - 11/16/2011, thinking this would include the whole day. When I submit this, the dev console shows 11/16/2011 00:00 - 11/16/2011 00:00. It would be nice to have the time there to subtly indicate that there's not really a range.
Thanks!
The reason is if the user wanted to select a range within one day, he/she would choose a range of a single day, say 11/16/2011 - 11/16/2011, thinking this would include the whole day. When I submit this, the dev console shows 11/16/2011 00:00 - 11/16/2011 00:00. It would be nice to have the time there to subtly indicate that there's not really a range.
Thanks!
Comment