top of page

Date and Time Test

This short program tests the JackBord's date and time commands.

Program


---

Date & Time Test Program

This short program tests the JackBords date and time commands.

---


prog_vars =

d/count 0

prog_vars.


prog_start =

pclear

print "Date & Time Program Start"

prog_start.


prog_loop =

"Clock /s_clock"

"Time Secs /s_tsecs"

"Date time /s_dt"

"Date /s_date"

"Time /s_time"

"Day /s_day Month /s_mon Year /s_year Month /s_month Day /s_dname"

"Time Hour /s_hh : /s_mm : /s_ss"

"Day of the Year /s_doy"

"Week of the Year /s_woy"

"Day of the Week /s_dow"

"Month Name /s_month"

"Day Name /s_dname"

exitprog


prog_loop.

prog_stop =

print "Bye"

prog_stop.



bottom of page