Hello I want to round my Date()
variable to 3 digits after seconds, example below:
The initial value: 2012-08-29T21:28:28.8789063+03:00
The value I want to achieve: 2012-08-29T21:28:28.88
Or if I can't really do this, I want to remove 10 chars starting from end, if so how could I do that?