mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 06:14:44 +00:00
parent
9d72570092
commit
b06e09a4d3
@ -148,7 +148,7 @@ ViewWidget.prototype.getValueAsDoubleUrlEncoded = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
ViewWidget.prototype.getValueAsDate = function(format) {
|
ViewWidget.prototype.getValueAsDate = function(format) {
|
||||||
format = format || "YYYY MM DD 0hh:0ss";
|
format = format || "YYYY MM DD 0hh:0mm";
|
||||||
var value = $tw.utils.parseDate(this.getValue());
|
var value = $tw.utils.parseDate(this.getValue());
|
||||||
if(value && $tw.utils.isDate(value) && value.toString() !== "Invalid Date") {
|
if(value && $tw.utils.isDate(value) && value.toString() !== "Invalid Date") {
|
||||||
return $tw.utils.formatDateString(value,format);
|
return $tw.utils.formatDateString(value,format);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user