OWBasic for Pocketviewer

Home INTRO Group FILEBUFFER Alphabetical Index

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.
*DateTime
ReadFBDATEFBTIME
WriteFBPUTDATEFBPUTTIME

The following dates/times are defined (CASIO):
sel%DateTime
0Date/DueDateTime/DueTime(From)
1-Time/DueTime(To)
2CheckDateCheckTime
3AlarmDateAlarmTime
4SearchBufferDateSearchBufferTime

Home INTRO Group FILEBUFFER Alphabetical Index