mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-30 20:07:48 +08:00
7 lines
212 B
JavaScript
7 lines
212 B
JavaScript
|
/** @babel */
|
||
|
export const PLUGIN_ID = "aqx344zhdh6jyabqokejknkvr"
|
||
|
export const PLUGIN_NAME = "Send Later"
|
||
|
export const DATE_FORMAT_LONG = 'ddd, MMM D, YYYY h:mmA'
|
||
|
export const DATE_FORMAT_SHORT = 'MMM D h:mmA'
|
||
|
|