-
```
What steps will reproduce the problem?
1. Create Non-PK DateTime column in a DB with a fixed default value
(such as '1/1/2000 12:00:00' instead of getdate())
2. Generate with ParseDbColDefault…
-
```
What steps will reproduce the problem?
1. Create Non-PK DateTime column in a DB with a fixed default value
(such as '1/1/2000 12:00:00' instead of getdate())
2. Generate with ParseDbColDefault…
-
Is it possible given a Timex call to return the created data-time as a tuple?
e.g.
Date.from({{2015,06,12},{09:00:00}})
|> Date.as_tuple()
would export: {{2015,06,12},{09:00:00}}
(reason is I want…
-
There's an issue when converting times from local to UTC and vice versa. The issue is when you get the offset, you get the offset based upon the current time stamp.
For example, if you were to UTCto…
-
General Information sheet
-
Example: 2012-01-01,2012-01-04,2012-01-10 (no beatiful)
How to set ", " ?
Example: 2012-01-01, 2013-02-28, 2013-03-08 (beatiful)!
-
The time select tags are also having issues combining the dropdowns correctly when set to twelve hours. It happens when a time is set to noon. 12:00PM from the timeselectTags gets combined into an obj…