Skip to content

Instantly share code, notes, and snippets.

View maryleloisa's full-sized avatar
🦁

Maryll Eloisa maryleloisa

🦁
View GitHub Profile
@maryleloisa
maryleloisa / index.php
Last active November 9, 2015 08:40
Mobile Number Formatting
<?php
static function numonly($str)
{
return preg_replace('/\D/', '', $str);
}
static function trimMobile($mobile)
{
$leavingDatePicker.add($returningDatePicker).pikaday({
firstDay: 1,
minDate : moment().toDate(),
maxDate : moment().add(6, 'months').endOf("month").toDate(),
position: 'bottom right',
i18n : {
previousMonth: 'Önceki Ay',
nextMonth : 'Sonraki Ay',
months : 'Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık'.split('_'),
weekdays : 'Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi'.split('_'),