Google
 

Trailing-Edge - PDP-10 Archives - tops10and20_integ_tools_v9_3-aug-86 - tools/crc/ind/tdate.cmd
There are no other files named tdate.cmd in the archive.
;
;	Test date to numeric conversion
;	Todays date is '<date>' .
.NTODAY 0 Dayzero
;	Day 0 is 'Dayzero' .
;
.s: .asks dat Enter a date:
.dayton dat dayn
;	That converts to 'dayn'
.ntoday dayn datt
;		Which converts back to 'datt'
.goto s