mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-20 13:36:20 +00:00
Finished component to allow metadata to be edited on existing short URLs
This commit is contained in:
@@ -70,3 +70,5 @@ export const versionIsValidSemVer = (version) => {
|
||||
};
|
||||
|
||||
export const formatDate = (format = 'YYYY-MM-DD') => (date) => date && date.format ? date.format(format) : date;
|
||||
|
||||
export const formatIsoDate = (date) => date && date.format ? date.format() : date;
|
||||
|
||||
Reference in New Issue
Block a user