DToCSQL Function | |
Convert a date to a string in "YYYY-MM-DD" format
Namespace:
VOSQLClasses
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax FUNCTION DToCSQL(
dDate AS DATE
) AS STRING
public static string DToCSQL(
Date dDate
)
Request Example
View SourceParameters
- dDate
- Type: Date
Date to convert
Return Value
Type:
Stringdate in "YYYY-MM-DD" format
See Also