mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-28 10:47:09 +00:00
filter dialog: display parsed date when checking; fix Check it button not using Dijit control
This commit is contained in:
@@ -456,7 +456,8 @@
|
||||
$date = db_escape_string($_REQUEST["date"]);
|
||||
$date_parsed = strtotime($date);
|
||||
|
||||
print json_encode(array("result" => (bool)$date_parsed));
|
||||
print json_encode(array("result" => (bool)$date_parsed,
|
||||
"date" => date("c", $date_parsed)));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user