1
2
🌐 Localization (`intl` dependency required)
String
Gets the full name of the month (e.g., “January”, “December”) based on the system locale.
String
Gets the abbreviated name of the month (e.g., “Jan”, “Dec”) based on the system locale.
String
Gets the full name of the day of the week (e.g., “Monday”, “Sunday”) based on the system locale.
String
Gets the abbreviated name of the day of the week (e.g., “Mon”, “Sun”) based on the system locale.
3
📊 Calendar Math
int
Calculates the ISO 8601 week number (1-53) for the given date.
