FlexDateFunctions

Last Updated:

Actions for working with Flex DateChooser or DateField objects


[How To Read This Reference]
SetDate
RJ
Action to set date for a date component according to its DateValue. Currently, this component function is for Flex Date components only.

FlexDateFunctions::SetDate
RJ

Action to set date for a date component according to its DateValue. Currently, this component function is for Flex Date components only.


Fields: [ ]=Optional with Default Value
  1. DateValue
    DateValue to set.

    DateValue to set.

Examples:
  • T, FlexWINDOW, FlexDate, SetDate, "Jun 6 2009"
    The date of FlexDate is set to "Jun 6 2009".


  • T, FlexWINDOW, FlexDate, SetDate, "04/24/2009"
    The date of FlexDate is set to "04/24/2009".


[How To Read This Reference]