Skip to main content

format_java_date

Function format_java_date 

Source
pub fn format_java_date(dt: &DateTime<Local>) -> String
Expand description

Format a date matching Java’s SimpleDateFormat("EEE d MMM yyyy").

Java outputs e.g. “Sun 5 Apr 2026” — abbreviated weekday, unpadded day-of-month, abbreviated month, four-digit year.