How to Fix 24 Hours or Military Time in BC D365

Fix 24 Hours or Military Time in BC D365:

  • If Time values are -: Time1 = 11:30:00 AM and Time2 = 04:30:00 PM.
  • Use Format property or function to change nature of timing in 24 hours or military timing.
  • Time3 := Format(Time1,0,'<Hours24,2>:<Minutes,2>:<Seconds,2>’).
  • Time4 := Format(Time2,0,'<Hours24,2>:<Minutes,2>:<Seconds,2>’).
  • System will show Time3 is 11:30:00 and Time4 is 16:30:00.

How to Calculate the Current Fiscal Year
Format Property– Microsoft Docs

Leave a Reply