Return encoded hour-minute-second
HMS()
This function returns the current local time of day as HHMMSS.
none
Returns current time of day as HHMMSS.
HMS()>123400 // returns 1 if time is past 12:34 HMS()>93000 && HMS()<180500 // returns 1 if time is between 9:30 and 18:05