Read and Write Dates and Times in Filebuffer
FBDATE$(sel%)
FBPUTDATE(sel%,date$)
FBTIME$(sel%)
FBPUTTIME(sel%,time$)
The files of some modes contain dates and times. Dates are represented by an eight character string, times by a four character string. Their form is
YYYYMMDD - Y = year, M = month, D = day
HHMM - H = hour (24h), M = minute
After reading a file into filebuffer you may read dates and times from their, you may write them into filebuffer before writing filebuffer to file.
* | Date | Time |
Read | FBDATE | FBTIME |
Write | FBPUTDATE | FBPUTTIME |
The following dates/times are defined (CASIO):
sel% | Date | Time |
0 | Date/DueDate | Time/DueTime(From) |
1 | - | Time/DueTime(To) |
2 | CheckDate | CheckTime |
3 | AlarmDate | AlarmTime |
4 | SearchBufferDate | SearchBufferTime |
|