-
change date to be POST/echo as 'd-m-Y H:i:s' @mspreij
y-m-d and no time set is not what we want.
Also ensure times in the past are working when selected and these post to sql.
-
This attribute is optional but is required for detecting a change in an activity from a stored version. In the current main corpus of 111k activities , 86% have this attribute. An known defaulter is…
-
```
What steps will reproduce the problem?
1.Enumerate current terminal sessions
What is the expected result? What happens instead?
Expected to return current terminal sessions, throws exception ins…
-
```
What steps will reproduce the problem?
1. Add [Map] attribute to a property of DateTime type
2.
3.
What is the expected output? What do you see instead?
automatic mapping of the DateTime value
W…
-
I think `DateField` and `DateTimeField` should be a part of this library.
This is what stopped me from potentially using `booby` in my project.
-
Hello,
i have a Column with the name "Date" the type is Datetime.
The Column will be created in MySQL successfully but all of the data is set to "0000-00-00 00:00:00".
-
Add an option to input UTC datetime
-
How can i change to format yyyy-MM-ddThh:mm?
```
`ampm: false,
monthFirst: false,
formatter: {
date: function (date, settings) {
if (!date) return '…
-
H2 uses half-up rounding for datetime values. Sometimes it leads to weird results.
```SQL
SELECT LOCALTIME, LOCALTIMESTAMP;
> LOCALTIME LOCALTIMESTAMP
> --------- --------------------------
> 1…
-
**Is your feature request related to a problem? Please describe.**
I often would like to use `DateTime.min()` or `DateTime.max()` with a dynamic number of arguments. Besides the risk of a "Max call s…
jhnns updated
2 years ago