Versions Compared

Key

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

Supports using SRP_DateTime in an OOConvOConv.

Code Block
String = OConv(Datetime, "[SRP_DATETIME]")

...

If you want to set the format used to render the datetime, use OOConvOConv's branch option, which looks like this "[SRP_DATETIME,<branch>]". In this case, <branch> will be any value you would have passed to the Format service's Format parameter. For example, you can use "[SRP_DATETIME,Long]" to use the culture's long format, or "[SRP_DATETIME,MM/DD/YYYY h:mm:ss tt]" to set a custom format.

...