CFDateFormatterSetFormat(formatter, UIDateFormatStringForFormatType(UINoAMPMTimeFormat));
var time = CFDateFormatterCreateStringWithDate(NULL, formatter, now);
document.write('<h1>');
-document.write(time);
+document.write(id(time));
document.write('</h1>');
CFRelease(time);
CFDateFormatterSetFormat(formatter, UIDateFormatStringForFormatType(UIWeekdayNoYearDateFormat));
var date = CFDateFormatterCreateStringWithDate(NULL, formatter, now);
document.write('<h2>');
-document.write(date);
+document.write(id(date));
document.write('</h2>');
CFRelease(date);
CFDateFormatterSetFormat(formatter, UIDateFormatStringForFormatType(UINoAMPMTimeFormat));
var time = CFDateFormatterCreateStringWithDate(NULL, formatter, now);
document.write('<h1>');
- document.write(time);
+ document.write(id(time));
document.write('</h1>');
CFRelease(time);
CFDateFormatterSetFormat(formatter, UIDateFormatStringForFormatType(UIWeekdayNoYearDateFormat));
var date = CFDateFormatterCreateStringWithDate(NULL, formatter, now);
document.write('<h2>');
- document.write(date);
+ document.write(id(date));
document.write('</h2>');
CFRelease(date);
CFDateFormatterSetFormat(formatter, UIDateFormatStringForFormatType(UINoAMPMTimeFormat));
var time = CFDateFormatterCreateStringWithDate(NULL, formatter, now);
- document.getElementById("time").innerHTML = time;
+ document.getElementById("time").innerHTML = id(time);
CFRelease(time);
CFRelease(formatter);
Version: %
Description: framework for managing lock screen plugins
Name: Cydget
-Depends: mobilesubstrate, firmware (>= 2.2), preferenceloader, cy+cpu.arm64 | pcre (>= 8.30), com.saurik.webcycript
+Depends: mobilesubstrate, firmware (>= 2.2), preferenceloader, cy+cpu.arm64 | pcre (>= 8.30), com.saurik.webcycript, cycript (>= 0.9.594)
Replaces: cydialer (<< 0.9.17)
Author: Jay Freeman (saurik) <saurik@saurik.com>
Depiction: http://cydia.saurik.com/info/cydget/