diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket351.page')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket351.page | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ +<com:TContent ID="Content">
+<com:TDatePicker ID="Birthdate"
+ DateFormat="MMM/d/yyyy"
+ FromYear="1900" UpToYear="1990" InputMode="DropDownList" />
+
+<br />
+<%= $this->Birthdate->Date %>
+<br />
+<%= $this->Birthdate->TimeStamp %>
+
+<com:TButton Text="Submit!" />
+</com:TContent>
\ No newline at end of file |