ISO 8601FormatExtended Date Field
Extended date format (yyyy-MM-dd)
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public const string ExtendedDate = "yyyy-MM-dd"VB
Public Const ExtendedDate As String = "yyyy-MM-dd"C++
public:
literal String^ ExtendedDate = "yyyy-MM-dd"F#
static val mutable ExtendedDate: string