view test/octave.test/system/strftime-1.m @ 2761:873b1ef30534

[project @ 1997-02-28 03:05:27 by jwe]
author jwe
date Fri, 28 Feb 1997 03:05:28 +0000
parents eeb061f9cdbf
children c8505ac0327c
line wrap: on
line source

(isstr (strftime ("%%%n%t%H%I%k%l", localtime (time ())))
 && isstr (strftime ("%M%p%r%R%s%S%T", localtime (time ())))
 && isstr (strftime ("%X%Z%a%A%b%B%c", localtime (time ())))
 && isstr (strftime ("%C%d%e%D%h%j%m", localtime (time ())))
 && isstr (strftime ("%U%w%W%x%y%Y", localtime (time ()))))