summaryrefslogtreecommitdiff
path: root/tests/timef.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2011-11-26 10:14:05 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2011-11-26 10:14:05 -0500
commitc57b56f245941d19de76357fcd8b29a53cb89296 (patch)
treea0abc429ae2a5f4279f58227e8cbe66646fab4f7 /tests/timef.ur
parent2b29bb65985a050f6f56179b60390d1d127a4c80 (diff)
Switch to YUI strftime
Diffstat (limited to 'tests/timef.ur')
-rw-r--r--tests/timef.ur2
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}/>