[ANNOUNCE] Locale data date acceptance patterns, localizers HEADS UP please :)

Same for Danish (da_DK):"D/M/" and "D.M."

Cheers,
Leif

For zh-TW, full date patterns are:
Y-M-D
Y/M/D

And incomplete date patterns are:
M-D
M/D

Sorry, to add one more pattern.

For zh-TW, full date patterns are:
Y-M-D
Y/M/D
Y.M.D

And incomplete date patterns are:
M-D
M/D
M.D

Hi leif,

Same for Danish (da_DK):"D/M/" and "D.M."

Hmm.. sure? da-DK defines '-' dash as date separator.

  Eike

Hi Cheng-Chia,

For zh-TW, full date patterns are:
Y-M-D
Y/M/D
Y.M.D

Y-M-D is the always accepted ISO 8601 pattern, and Y/M/D is already
generated from FormatElement formatindex="21", no need for those. Added
Y.M.D

And incomplete date patterns are:
M-D
M/D
M.D

With decimal separator '.' the M.D pattern is not possible, added the
other two. Also added "Y年M月D日" and "M月D日" as those are defined in
the format codes, I hope that was correct..

http://cgit.freedesktop.org/libreoffice/core/commit/?id=fa836f7bf0fcdab6029320bdf7830c561d5ea823

Thanks
  Eike

Thank you a lot! That was correct. :slight_smile: