-
@pmouawad ([Bug 61735](https://bz.apache.org/bugzilla//show_bug.cgi?id=61735&redirect=false)):
I frequently see a lot of request to convert date formats:
-https://stackoverflow.com/questions/47165086…
-
This happens in dateConvert function which receives 'function' as from_format.
To resolve the issue in getDates function number case to
-
Add standard Line Chart to D3.EZ library. This will make it more if a complete library.
Also make so can be area chart also?
-
Hi Guys,
I am compiling these files:
```
mix.js('resources/assets/js/homesearch.js', 'public/js/homesearch.js')
.js('resources/assets/js/instantsearch.js', 'public/js/instantsearch.js');
…
-
The checkpoint "makeFriendlyDates(["2016-12-01", "2017-02-03"])"
Should return [ 'December 1st, 2016', 'February 3rd' ]
Instead of ["December 1st","February 3rd"].(it is the expected solution)
#### Br…
-
Hello,
if i set the dateFormat to the german format 'dd.mm.yy' and the mode to 'daysRange', the following Exception were thrown by the console:
```
Uncaught Unexpected literal at position 2 jquery-u…
-
I found the `iso_triplet` functions related functions and (wrongly) assumed they were referring to `{year, month, day}` tuples -- after all, an ISO-8601 date is in the form `YYYY-MM-DD`. I see now th…
-
```
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…
-
```
The DateConvert("local2utc" ...) function displays 24 instead of 00 for
midnight.
Example of code that fails:
#DateConvert("local2utc", CreateODBCDateTime("2011-04-05 17:59:59"))#
To see the …
-
As per timex.ex
```
defmodule Timex do
defmacro __using__(_) do
quote do
alias Timex.DateTime
alias Timex.Date
alias Timex.Time
alias Timex.TimezoneInfo
alias Time…