You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```javascript
/**
* Date format for if upload file has not original unique name
* e.g. Clipboard image data, Image data taken with iOS
*
* @type String
* @default "ymd-His"
**/
this.nonameDateFormat = this.options.nonameDateFormat || i18n.nonameDateFormat;
```
c.f. #1951
My plan is "clip-DATE.png". e.g. "clip-170406.png" or if file exists "clip-170406-1.png".
The text was updated successfully, but these errors were encountered: