Welcome To Snipplr
Everyone's Recent Snippets Tagged convert
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Here is an example of a sound that is in a library with the class field set to MySound.
0
1428
posted 13 years ago by adrianparr
This method is easy to write, but not very efficient, as you can imagine.
2
1378
posted 14 years ago by dyteq
Script will extract all flv's or other videos specified to mp3.
You can change *.flv to prob. any other extension.
Tested on *.mp4 and *.flv
0
631
posted 14 years ago by dogrizz
based on: http://www.snipplr.com/view/33913/actionscript-seconds-to-standard-time-format/
0
781
posted 14 years ago by withinmedianl
You can convert a string to hex or vice-versa with this methods.
Example for real world;
You want set / get some data from URL, but if your data has some special chars (like ^$ %) it'll be problem... In this case, you can use this methods and conve...
2
1991
posted 14 years ago by emregulcan
ASP
MySQL: Preventing "Unable to convert MySQL date/time value to System.DateTime" (Invalid Date Data).
Changing the connection string in the web.config to allow zero date and converting it prevents this error.
0
1003
posted 14 years ago by jink
Takes one field and converts the string to a URL-friendly slug in a second field
1
819
posted 14 years ago by jmiller
Will convert all of the mysql dates on the page to be localized.
0
799
posted 14 years ago by yisreldov
This will convert dates from MM-DD-YYYY to YYYY-MM-DD (iso format)
1
1124
posted 14 years ago by bradless