Date portion of SQL datetimes entered into date fields would be lost on edit
This commit is contained in:
parent
9e9f8db1df
commit
04aa0581be
1 changed files with 3 additions and 0 deletions
|
@ -1844,6 +1844,9 @@ Zotero.Date = new function(){
|
|||
* e.g. '2006-11-03 November 3rd, 2006'
|
||||
*/
|
||||
function isMultipart(str){
|
||||
if (isSQLDateTime(str)) {
|
||||
return false;
|
||||
}
|
||||
return _multipartRE.test(str);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue