[Libreoffice-bugs] [Bug 143183] Format Basic function needs better description of its 'format' argument
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Jul 4 16:36:01 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=143183
--- Comment #1 from Mike Kaganski <mikekaganski at hotmail.com> ---
There are more special format strings in Basic:
* "Long Date" ("System long date format" (in fact, depends on LO locale))
* "Medium Date" ("DD-MMM-YY")
* "Short Date" ("System short date format" (in fact, depends on LO locale))
* "Long Time" ("H:MM:SS AM/PM")
* "Medium Time" (HH:MM AM/PM)
* "Short Time" (HH:MM)
* "ddddd" (same as "Short Date")
* "dddddd" (same as "Long Date")
* "ttttt" (H:MM:SS AM/PM)
(see getFormatInfo() and pFormatInfoTable)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210704/bc179b52/attachment.htm>
More information about the Libreoffice-bugs
mailing list