Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

convert

Use of Date and Time format in sql server
Monday, 26 December 2011 23:53
In SQL Server used Cast or Convert function to Format DateTime value or column into a specific date format.Both function are used to convert datetime to varchar or string.


CAST(expression as data_type)


Let's convert current date time to varchar

select cast(getdate() as varchar)

CONVERT function is used to change or convert the DateTime formats.By using convert function you can get only Date part or only Time part from the datetime.

CONVERT Function Syntax:

CONVERT(data_type,expression,date Format style)


Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/kT9Sws-kX5Y/14351

 
Decimal to Hexa Decimal Converter
Monday, 15 August 2011 12:20
This PHP code will convert Decimal to Hexadecimal value

function d2hconvert($decimal){
return dechex($decimal);
}
$decimal=1000;
echo $decimal." equivalent Hexadecimal value is ".d2hconvert($decimal);
?>

Similarly for hexdec(),hexoct() and hexbin()
To convert Decimal to Binary use
dechex(hexbin($input));
We can also use this Decimal to Hex Converter

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/SxWRJa36kos/13533

 
Let Plastic2Oil Turn Your Discarded Plastics Into Fuel [Recycling]
Tuesday, 05 July 2011 21:38
Canadian company JBI is setting the recycling industry on fire with its new Plastic2Oil plants that promise to convert non-recyclable plastics into fuel. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/Uz3Cuh8UbK8/let-plastic2oil-turn-your-discarded-plastics-into-fuel

 
Hasbro's Goofy MY3D Goggles Are Better than They Look [Toys]
Friday, 01 April 2011 18:20
The iPhone can't do 3D—that might be a great thing!—but it's reality. Hasbro's got a workaround—strapping your phone to a pair of big plastic goggles that convert an on-screen double image into a stereoscopic effect. It's surprisingly fun! More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/sh3ABDWdN6Q/hasbros-goofy-my3d-goggles-are-cooler-than-they-look

 
Watch Times Square Transform From Trash to Tourist Treasure [History]
Friday, 03 December 2010 23:40
Times Square is synonymous with everything squeaky clean and American. Souvenirs! Flashing lights! Gigantic candy stores! But it wasn't always that way. It's taken 30 years to convert the landmark, a fascinating progression the New York Times has captured perfectly. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/E7-rBkpN0Vs/watch-times-square-transform-from-trash-to-tourist-treasure

 
Start
Prev
1


Page 1 of 3
Taxonomy by Zaragoza Online