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.

date

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

 
Rumor: Apple Set to Refresh Mac Pros, Minis In July or August [Rumors]
Sunday, 19 June 2011 15:07
CNET's Brian Tong, he of the accurate iMac May refresh rumor, is at it again on Twiter today. This time the rumor involves Mac Pros and Minis, and the due date is either late July or early August, sources said. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/f31GCeH75iM/rumor-apple-set-to-refresh-mac-pros-minis-in-july-or-august

 
Staples Lands Wifi-Only Xoom for $600. Arrives March 27, Claims Purported Print Ad [Blip]
Sunday, 13 March 2011 15:15
Office supply chain Staples is the latest big box store to land the Motorola Xoom. They're only advertising the wifi version for now, but at $600 it's one of the cheaper price points listed to date. The ad suggests a March 27 arrival date. [Droid Life via Engadget] More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/shcwbTrtLKo/staples-lands-wifi+only-xoom-for-600-arrives-march-27-claims-purported-print-ad

 
Any date to Mysql date
Monday, 24 January 2011 12:32
a little helper function which parses about any date and returns the same date in MySQL date/time format Download Wow Hits 2010 2011


function date_to_mysql($date) {
//if $date is not numeric, assume it's in textual format
if (!is_numeric($date)) {
$date=strtotime($date);
}
return date('Y-m-d H:i:s',$date);
}

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/RaQnDGMQ8Nc/12883

 
Stash 0.83
Monday, 08 November 2010 03:00
About Stash
A free, fast, simple personal finance application. Supports multiple accounts, split transactions, localized currency and date formatting, scheduled transactions, graphs, QIF/OFX import/export.

Read more: http://www.apple.com/downloads/macosx/business_finance/stash.html

 
Start
Prev
1


Page 1 of 2
Taxonomy by Zaragoza Online