📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
esnafbul.demodesign.com.tr
/
assets
/
node_modules
/
moment
/
src
/
lib
/
moment
📝
to.js
← Geri Dön
import { createDuration } from '../duration/create'; import { createLocal } from '../create/local'; export function to (time, withoutSuffix) { if (!this.isValid()) { return this.localeData().invalidDate(); } return createDuration({from: this, to: time}).locale(this.locale()).humanize(!withoutSuffix); } export function toNow (withoutSuffix) { return this.to(createLocal(), withoutSuffix); }
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula