We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
short_name_of_day and short_name_of_month use:
short_name_of_day
short_name_of_month
String.sub s 0 3
This will only work with languages using ASCII chars only, but it doesn't work with UTF-8 characters.
In addition to the functions refs month_name and day_name we should also create month_short_name and day_short_name.
month_name
day_name
month_short_name
day_short_name
The text was updated successfully, but these errors were encountered:
fixes printer for short day/month names for languages using utf8 (Fix o…
9fcd738
…caml-community#32)
No branches or pull requests
short_name_of_day
andshort_name_of_month
use:This will only work with languages using ASCII chars only, but it doesn't work with UTF-8 characters.
In addition to the functions refs
month_name
andday_name
we should also createmonth_short_name
andday_short_name
.The text was updated successfully, but these errors were encountered: