logo

New Response

« Return to the main article

You are replying to:

  1. Hi Jake,

    The formala below works, except for the "AM/PM" part. Just need a way to do this and you are flying....

    now := @Now; day := @Select(@Weekday(now); "Monday"; "Tuesday"; "Wednesday"; "Thursday"; "Friday"; "Saturday"; "Sunday"); month := @Select(@Month(now);"Jan"; "Feb"; "Mar"; "Apr"; "May"; "Jun"; "Jul"; "August"; "Sep"; "Oct"; "Nov"; "Dec"); day + " " + @Text(@Day(now)) + " " + month + ", '" + @Right(@Text(@Year(now)); 2) + " " + @Text(@Time(now); "T0")

    Later

    Patrick

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: