I want to speak to a soap service that has a date parameter which is required to be the CCYYMMDD
format.
What is its definition?
Day, month, century, year ( DDMMCCYY ) or. Month, day, century year ( MMDDCCYY )
The default date format shows as YYYY-MM-DD.
It's just another way of writing yyyyMMdd
.
The CC
part represents the century, while YY
is the two-digit year.
It means yyyyMMdd, as in year (4 digits), month (2 digits, leading zero) and day (2 digits, leading zero).
So the ISO 8601 date 2014-01-05
is represented as CCYYMMDD as 20140105
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With