A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/signumsoftware/framework/commit/76c66b8a2416b13b74bc4aeba480369651e09645 below:

Merge pull request #492 from goldenauge/master · signumsoftware/framework@76c66b8 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -622,7 +622,7 @@ ValueLineRenderers.renderers["DateTime" as ValueLineType] = (vl) => {

622 622 623 623

const handleDatePickerOnChange = (date?: Date, str?: string) => {

624 624

const m = date && DateTime.fromJSDate(date);

625 -

vl.setValue(m == null || m.isValid ? null :

625 +

vl.setValue(m == null || !m.isValid ? null :

626 626

vl.props.type!.name == "Date" ? m.toISODate():

627 627

!showTime ? m.toFormat("yyyy-MM-dd'T'HH:mm:ss" /*No Z*/) :

628 628

m.toISO());

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4