Skip to content Skip to sidebar Skip to footer
Showing posts with the label Data Conversion

Javascript: Create A String Or Char From An Utf-8 Value

Same question as this, but with UTF-8 instead of ASCII In JavaScript, how can you get a string repr… Read more Javascript: Create A String Or Char From An Utf-8 Value

How To Compare Dates In Javascript With Two Different Format?

function mainFunc() { dueDate = '30/12/2014'; var firstReminderDate = dueDate; … Read more How To Compare Dates In Javascript With Two Different Format?

RTF Format In Web Text Editor

Is there a text editor on the web that supports input from RTF-formatted documents? I know it is a … Read more RTF Format In Web Text Editor