Real Time does not account for certain strings
JuceInUse opened this issue ยท 2 comments
I wanted my time setup to be "hh:mm:ss.S aa zzzz". For example, this would let you see times like "12:41:37.9 PM Pacific Standard Time". However, whenever doing this, it automatically used the millisecond down to the thousandth rather than to the tenth as I had specified
EDIT: Just to specify, yes I am aware that this is how Javascript would work so this is technically more of an enhancement question, but it would be really nice to not have such a spastic millisecond counter lol
Also, and I know this is also just enhancement, it would be nice if you could denote custom new lines! Not sure if that would be really hard to add, I just want a line for the date haha