Work flow appointment scheduler am & pm or only 24h clock ?
Submitted by Jimvet on Tue, 27/05/2014 - 19:14
Does anyone know if the Work flow appointment scheduler can be set to am & pm style - or only 24h clock mode ?
Re: Work flow appointment scheduler am & pm or only 24h clock ?
You can change it, but it will also affect all other time display.
To do this in OpenVPMS 1.7:
1. Edit messages.properties, located in <TOMCAT_HOME>/webapps/openvpms/WEB-INF/classes/localisation
Take a back-up first.
2. Change the time.format.view property to:
time.format.view hh:mm aa
3. Restart tomcat
You'll probably find that the times are now too wide for the Time column and will wrap.
To avoid this, change the workflow.scheduling.table.time property to:
workflow.scheduling.table.time Start Time
You'll need to restart tomcat to pick up the change.
Re: Work flow appointment scheduler am & pm or only 24h clock ?
Hi Tim...
Thanks for the instructions. The Canadians were asking me for a 12-hour clock and this worked great.
Sam