Simplica

ProductsLearnPurchaseSupportDemoDownload
  [Search] Search   [Recent Topics] Recent Topics  
datetimeinput attributes
Forum Index -> Calendar/Date Input
Author Message
cobar


Joined: 08/01/2007 17:02:58
Messages: 98
Offline

Can you tell me what the values for the timeZone attribute are. CST does not work and true/false does not work. Also is there an attribute to hide the minutes and how do you get the time to correctly display the time from the date object its bound to.
adina_mihai
Simplica Team

Joined: 04/01/2007 00:00:00
Messages: 183
Offline

You can set time zone like this:
timeZone="GMT+2"

There is no attributes to hide the minutes on dateTimeInput.
If you want to use date and/or time separately, you can use other 2 ECruiser components: e:dateInput and e:timeInput.

It is not necessary to bound dateTimeInput to a date object. You can get the time from dateTimeInput like that:

dateTimeInput.getTimeInput().getHour();
dateTimeInput.getTimeInput().getMinute();
 
Forum Index -> Calendar/Date Input
Go to:   
Powered by JForum 2.1.7 © JForum Team
Home   |  News   |  Contact   |  About   |  License   |  Privacy   |  Documentation
Copyright © 2009 Simplica Corporation. All rights reserved.