diff options
author | Adam Chlipala <adam@chlipala.net> | 2011-11-26 10:14:05 -0500 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2011-11-26 10:14:05 -0500 |
commit | c57b56f245941d19de76357fcd8b29a53cb89296 (patch) | |
tree | a0abc429ae2a5f4279f58227e8cbe66646fab4f7 /tests | |
parent | 2b29bb65985a050f6f56179b60390d1d127a4c80 (diff) |
Switch to YUI strftime
Diffstat (limited to 'tests')
-rw-r--r-- | tests/timef.ur | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/timef.ur b/tests/timef.ur index 1e473482..6ba6ccf9 100644 --- a/tests/timef.ur +++ b/tests/timef.ur @@ -1,5 +1,5 @@ fun main () : transaction page = - date <- source ""; + date <- source "2011/11/26 10:08:42"; format <- source ""; return <xml><body> <ctextbox source={date}/> |