stevech
Joined: 23 Feb 2006
Posts: 657
|
|
Posted: 21 September 2006, 3:38 AM Post subject: feature request, conversion functions for time and date-time |
|
|
nice to have...
two functions that could be called
cTime(n, h, m, s) where n is as if from register.RTCtick at some other time, and h, m, s are as in GetTime()
cDate(n, y, m, d, dnum) where n is as if from register.RTCday at some other time and y, m, d, dnum are as in GetDate
this would simplify and standardize converting dates and times that are stored and accessed later.
same idea would be nice for TimeStamps in ZBasic |
|