Custom Date Formatter: Write The Date, Don't Retype It
Every system wants a date in its own shape. A report wants Friday, 25 December 2026, a filename wants 20261225-153000, a German invoice wants 25. Dezember 2026, and a database column wants 2026-12-25 15:30:00. This custom date formatter lets you compose that shape once from tokens, see it render live, and then apply it to as many dates as you have.
Three settings decide the output. The pattern is what you build from the token pills or type by hand. The locale decides the words — month names, weekday names and the AM or PM marker come from the language you choose, not from English with a translation bolted on. The time zone decides which wall clock the date is read against, with daylight saving applied for the specific date rather than a flat offset.
The batch panel is what turns it from a preview into a working tool: paste a column of dates, and every line is parsed on its own and re-rendered with the same pattern. Mixed input is fine — ISO strings, epoch numbers and ordinary text can sit in the same list. If you would rather see one unknown value in every standard format than build a pattern, use the Date Format Converter instead.