Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The DateFieldValue property gets or sets the current value of a given date field control. When you defined the date field control during the Init method, you gave it a unique key. You must pass that key in order to get or set its value. The value must is in OI's internal format, or "" if the control is empty. You can even set this property to "" to clear it's value.

...