Hi Dave,
That works! Awesome, but can you explain me how I can make it 'replace' the currente time?
It currently shows 20, when the time is 8:00.
How can I make it replace the 8: with 20: ?
That should be all to fix it :D
The current code I have used to get rid of the pm/am is this (using the replacetext plugin)
- jQuery(".ai1ec-event-time").replaceText( /(pm)/gi, "" );
- jQuery(".ai1ec-event-time").replaceText( /(am)/gi, "" );
I just want it to replace the first number behind the : with the new value now