inputEx-library

inputex-datetime  3.0.0a

inputEx-library > inputex-datetime > inputEx.DateTimeField
Search:
 
Filters

Class inputEx.DateTimeField - extends inputEx.CombineField

A field limited to number inputs (floating)

Constructor

inputEx.DateTimeField ( options )
Parameters:
options <Object> Added options
  • dateFormat: same as DateField

Properties inherited from inputEx.Field:

Properties inherited from inputEx.CombineField:

Methods

getValue

Date getValue ( )
Concat the values to return a date
Returns: Date
The javascript Date object

setValue

void setValue ( val , [sendUpdatedEvt] )
Set the value of both subfields
Parameters:
val <Date> Date to set
[sendUpdatedEvt] <boolean> (optional) Wether this setValue should fire the 'updated' event or not (default is true, pass false to NOT send the event)

Events inherited from inputEx.Field:


Copyright © 2011 Eric Abouaf All rights reserved.