From adab65ab49f125b39bf819abe68b0790cbf394df Mon Sep 17 00:00:00 2001 From: wei <> Date: Wed, 30 Aug 2006 08:35:39 +0000 Subject: Added TDateTimeStamp class for supporting time stamps outside 1970-2038 using float --- tests/FunctionalTests/tickets/protected/pages/Ticket351.page | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket351.page (limited to 'tests/FunctionalTests/tickets') diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket351.page b/tests/FunctionalTests/tickets/protected/pages/Ticket351.page new file mode 100644 index 00000000..5fb65f20 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket351.page @@ -0,0 +1,12 @@ + + + +
+<%= $this->Birthdate->Date %> +
+<%= $this->Birthdate->TimeStamp %> + + +
\ No newline at end of file -- cgit v1.2.3