[Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

bugtracker at ...3416... bugtracker at ...3416...
Thu Aug 27 21:08:48 CEST 2015


Comment #14 by Jussi LAHTINEN:

Non-intuitive part comes from the fact that there is no way to know the result of Format function.

Print Format(Now, "hh:mm dd/mm/yyyy")

Gives either:
15.08 27/08/2015
15:08 27/08/2015
15.08 27.08.2015
15:08 27.08.2015

  Or who knows what!

Instead it would be logical that it gives what you describe it to give, which is without any ambiguity:
15:08 27/08/2015






More information about the User mailing list