eagles9999 wroteWould really like to see better TIME functions.
At the moment..... having to mess around with Hour and Minute strings is tedious and time consuming.
true dat!
I have a Punch In/Out Timecard system.

Aware uses the Timestamp datatype, even though I'm only asking the user for time (the date is Today).
I found I had to use this widget for the best end-user experience:

Problem is that when I INIT it to CURRENT_TIMESTAMP and the user only is only entering a Time portion (the date is not shown), when the user saves, the Date portion doesn't get POSTed back to aware:
Got XML request <root><post_form_data_action object_name="TimeCard" object_id="-1159095502" object_version="1" form_name="PunchIN" form_context="create" screen_width="1686" screen_height="991" screen_orientation="landscape" >
<post_attribute_data attribute_name="TimeIn" >11.51 AM</post_attribute_data>
</post_form_data_action>
Only the Time comes in (even though its a TimeStamp field) making my TimeStamp's date be 1/1/1970, so I must manipulate that.
A perfect place for TIME_PART but no such luck.
Tedious is the right word - not the end of the world, but could have been easier.