[Gambas-user] re: re: AM/PM?

John Rittinghouse jr at ...1090...
Tue Oct 18 14:04:25 CEST 2005


  Paul,

Here is a short console program that should help on the AM/PM question.
Sorry this was not included on the last posting.
regards 
jr

--------------------

STATIC PUBLIC SUB Main()
  DIM dTime AS Date

  dTime = Time(13, 24, 00)
  PRINT Format(Now, "hh:nn:AM/PM")
  PRINT Format(dTime, "hh:nn:AM/PM")
END


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20051018/5568df9b/attachment.html>


More information about the User mailing list