Vintage racing stopwatches representing precision timing and data accuracy

Date/Time Format Helper

Convert between Workiva Chains (strftime) and Wdata Tables (Java) date formats with precision timing

Date/Time Format Helper

β

Beta Tool

This tool is in beta and may not detect all date/time formats correctly. If you encounter formats that aren't recognized properly, please let us know via our contact form so we can improve the tool.

Paste a date/time below to detect format strings for Chains and Wdata. If detection fails, you can manually enter a format string using the tokens below.

No match
Enter a format or use the detected one.
No match
Enter a format or use the detected one.
MeaningChains (strftime)Wdata (Java style)Example
Day of week (0=Sun..6=Sat)%w(n/a)6
Full year%Yyyyy2025
Abbrev. year%yyy25
Month number (01-12)%mMM09
Full month name%BMMMMSeptember
Abbrev. month name%bMMMSep
Day of month (01-31)%ddd13
Day of month (no leading zero)%ed13
Day of year (001-366)%jD256
Full weekday name%AEEEESaturday
Abbrev. weekday name%aEEESat
Hour (00-23)%HHH20
Hour (01-12)%Ihh08
Minute (00-59)%Mmm03
Second (00-59)%Sss55
Milliseconds (000-999)%LSSS167
AM/PM%paPM
Time zone offset (±hhmm)%zz+0000
Time zone name/abbr%ZzCoordinated Universal Time
ISO date (yyyy-MM-dd)%Fyyyy-MM-dd2025-09-13
Time (HH:mm)%RHH:mm20:03
Time (HH:mm:ss)%THH:mm:ss20:03:55
US date (MM/dd/yy)%DMM/dd/yy09/13/25
Tab character%t(tab)(tab)
Newline character%n(newline)(newline)
Percent character%%%%