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 | 7ffeb5c51202742f493bd62236db6f3c3489157e (patch) | |
tree | a0abc429ae2a5f4279f58227e8cbe66646fab4f7 /tests/timef.ur | |
parent | a40345f235da57bd4a2128c4e92c17c4e2033f48 (diff) |
Switch to YUI strftime
Diffstat (limited to 'tests/timef.ur')
-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}/> |