This program creates a xbm image containing the current time and date.Usage: <img src="/cgi-bin/datetime(/f[0-4])(/rvid)">
The parameter f[0-4] determines the actual data returned:
If this parameter is not provided, it defaults to f2.
- f0 = hh:mm
- f1 = hh:mm:ss
- f2 = hh:mm dd/mm/yy
- f3 = hh:mm:ss dd/mm/yy
- f4 = dd/mm/yy
If the paramter rvid is present, the image will be returned in reverse video.
Examples:
- <img src="/cgi-bin/datetime/f3"> will display the full time and date.
- <img src="/cgi-bin/datetime/f4/rvid"> will display date only, in reverse video.