文件操作 - formatRelative.js
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/date-fns/locale/ro/_lib/formatRelative.js
编辑文件内容
const formatRelativeLocale = { lastWeek: "eeee 'trecută la' p", yesterday: "'ieri la' p", today: "'astăzi la' p", tomorrow: "'mâine la' p", nextWeek: "eeee 'viitoare la' p", other: "P", }; export const formatRelative = (token, _date, _baseDate, _options) => formatRelativeLocale[token];
修改文件时间
将文件时间修改为当前时间的前一年
删除文件