Combine's a date and a time into a datetime.
Datetime = SRP_DateTime("Combine", Date, Time)
Returns
An OI datetime.
Parameters
| Parameter | Description |
|---|---|
| Date | A date in OI's internal format. (REQUIRED) |
| Time | A time in OI's internal format. (REQUIRED) |
Remarks
The "Combine" service converts an OI date and OI time into an OI datetime. If either Date or Time are invalid, then "" is returned.
Examples
// Combine today's date with the current time
Datetime = SRP_DateTime("Combine", Date(), Time())