Revert "Update date-time-functions.md"

This commit is contained in:
Denny Crane 2023-11-28 15:56:51 -04:00 committed by GitHub
parent fc53daa50c
commit e33efaff9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2540,7 +2540,7 @@ Using replacement fields, you can define a pattern for the resulting string. “
|----------|---------------------------------------------------------|------------|
| %a | abbreviated weekday name (Mon-Sun) | Mon |
| %b | abbreviated month name (Jan-Dec) | Jan |
| %m | month as an integer number (01-12), see 'Note 3' below | 01 |
| %c | month as an integer number (01-12), see 'Note 3' below | 01 |
| %C | year divided by 100 and truncated to integer (00-99) | 20 |
| %d | day of the month, zero-padded (01-31) | 02 |
| %D | Short MM/DD/YY date, equivalent to %m/%d/%y | 01/02/18 |