Blue Theme Orange Theme Green Theme Red Theme
 
Mindcracker MVP Summit 2012
Home | Forums | Videos | Advertise | Certifications | Downloads | Blogs | Interviews | Jobs | Beginners | Training
 | Consulting  
Submit an Article Submit a Blog 
 Jump to
Skip Navigation Links
TechnologyExpand Technology
WebsiteExpand Website
DevExpress UI Controls
Search :       Advanced Search »
Home » Crystal Reports C# » Formatting Dates in Crystal reports

Formatting Dates in Crystal reports

Formatting a formula with a date value could be tricky in Crystal Reports. This article shows how to format date fields and date formulae in Crystal Reports.

Author Rank :
Page Views : 100109
Downloads : 0
Rating :
 Rate it
Level : Beginner
   Print Read/Post comments Post a comment  Similar Articles  
   Email to a friend  Bookmark  Author's other articles  
 
Mindcracker MVP Summit 2012
Become a Sponsor
Nevron Chart
Become a Sponsor
 Tag Cloud
 Latest Jobs
More ... 
 Latest Interview Questions
More ... 

If you have a DateTime field in Crystal Reports, you will see Date and Time tab option on the Format Editor when you right click on the field and select Format Field menu item. From the Date and Time tab, you may select the desired format and select OK.

 

 

Custom Date Format

 

If you do not see the desired format in the available list, you can also use the Customize button that launches Custom Style dialog.

 

The Custom Style dialog has three tabs - Date and Time, Date, and Time. The Date and Time is used to set the order of date and time using the Order drop down and Separator drop down is used to set the separator.

 

 

On Date tab, you can select the format of date the way you want. At the bottom, you will see preview of the date as well.

 

 

On Time tab, you can select the format of time the way you want.

 

 

Formatting a Formula for Date

 

What if you have a formula that has DateTime value and you want to format it? In that case, you do not see the Date and Time tab on the Format Editor.

 

In this situation, you rely on your own code.

ToText function comes handy to do all formatting. For example, I need a date formatting as following:

 

23-Mar-2007

 

The following formula will do the trick:

 

ToText({MYFIELDNAME }, "dd-MMM-yyyy")

 

I can simply move around the formatting to generate other formats. For example, if I need the following format:

 

Mar 23, 2007

 

I simply change formula to the following:

 

ToText({MYFIELDNAME }, "MMM dd, yyyy")

 

And if I need format 03/23/07, I change formula to "MM/dd/yy"

 

 

 

Comment Request!
Thank you for reading this post. Please post your feedback, question, or comments about this post Here.
Login to add your contents and source code to this article
 [Top] Rate this article
 
 About the author
 
Mahesh Chand
Mahesh is the founder of C# Corner and Mindcracker Network, an author of several .NET programming books and a Microsoft MVP for 6 consecutive years. In his day to day work, Mahesh is a Senior Software Consultant with over 14 years of IT industry experience building systems for Financial and Banking, Engineering & Architectural, Imaging, Construction, Biological & Pharmaceuticals, Healthcare and Education industries. His expertise is Windows Forms, ASP.NET, Silverlight, WPF, WCF, Visual Studio 2010, SQL Server, and Oracle.  If you are looking for a Sharepoint, Windows Forms, ASP.NET, WPF, Silverlight, C#, VB.NET, Oracle, and SQL Server Consultant in Philadelphia area or remote location, drop me a line at MAHESH [AT] C-SHARPCORNER [DOT] COM.
Looking for C# Consulting?
C# Consulting is founded in 2002 by the founders of C# Corner. Unlike a traditional consulting company, our consultants are well-known experts in .NET and many of them are MVPs, authors, and trainers. We specialize in Microsoft .NET development and utilize Agile Development and Extreme Programming practices to provide fast pace quick turnaround results. Our software development model is a mix of Agile Development, traditional SDLC, and Waterfall models.
Click here to learn more about C# Consulting.
 
Introducing MaxV - one click. infinite control. Hyper-V Hosting from MaximumASP.
Finally – a virtual platform that delivers next-generation Windows Server 2008 Hyper-V virtualization technology from a managed hosting partner you can truly depend on. Visit www.maximumasp.com/max for a FREE 30 day trial. Hurry offer ends soon. Climb aboard the MaxV platform and take advantage of High Availability, Intelligent Monitoring, Recurrent Backups, and Scalability – with no hassle or hidden fees. As a managed hosting partner focused solely on Microsoft technologies since 2000, MaximumASP is uniquely qualified to provide the superior support that our business is built on. Unparalleled expertise with Microsoft technologies lead to working directly with Microsoft as first to offer IIS 7 and SQL 2008 betas in a hosted environment; partnering in the Go Live Program for Hyper-V; and product co-launches built on WS 2008 with Hyper-V technology.
Dynamic PDF
ceTE software specializes in components for dynamic PDF generation and manipulation. The DynamicPDF™ product line allows you to dynamically generate PDF documents, merge PDF documents and new content to existing PDF documents from within your applications.
Discover the top 5 tips for understanding .NET
Ricky Leeks presents the top 5 tips for understanding .NET Interoperability. Learn more.
Nevron Chart for .NET 2010.1 Now Available
The leading .NET charting control now features PDF, Flash and Silverlight export, visualization of large datasets and more. Deliver true charting functionality to your BI, Scorecard, Presentation or Scientific apps. Download evaluation now.
ASP.NET 4 Hosting
Get 2 Months Free of ASP.NET Hosting for Only $4.95/month! Receive FREE MS SQL and MySQL Databases Including ASP.NET 4/3.5, MVC 3.0, Silverlight 4, Windows 2008/IIS 7.0 Plus FREE IIS 7 Modules. Host UNLIMITED ASP.NET Web Sites – Click Here!
 
 Post a Feedback, Comment, or Question about this article
Subject:
Comment:
Nevron Chart
Become a Sponsor
 Comments
Top 5 with Ratio to Total sales (Total of top 5) by Rolston On July 4, 2007
I have a group in a report with Top 5 sales with a running total. I want to add another column with a ratio of sales to running total (which is the total of all top 5 sales) How can we accomplish this. Please advice.
Reply | Email | Modify 
dynamically changing date format by Panna On December 13, 2007
Hi , i got this article very helpful. but i need to be able to change the date format dynamically so that whatever the format customer selects, the reports show the selected format. Can u help me out in this regard ? Thanks & Regards Pannalal sinha
Reply | Email | Modify 
Error mesage by Ankur On October 1, 2009
 A date-time is required here. Error in File C:\Users\KKF548~1.SAN\AppData\Local\Temp\CrystalReport {C2D9C8B3-2F48-4EDE-9727-2B6CFC7C091F}.rpt: Error in formula . '{command_2.DistrictName}='Lucknow' AND {command_2.expenseDate}='01/01/2009'' A date-time is required here.
Reply | Email | Modify 
The below shown Error message is displayed when i run my application. by Ankur On October 1, 2009

 A date-time is required here. Error in File C:\Users\KKF548~1.SAN\AppData\Local\Temp\CrystalReport {F45C6D56-0419-4FD3-8D8F-C2ABCFB62D5A}.rpt: Error in formula . '{command_2.DistrictName}='Lucknow' and {command_2.expenseDate}='9/17/2009 12:00:00AM'' A date-time is required here.
Reply | Email | Modify 
Formatting a Formula for Date by Mimi On December 16, 2009
Hi,

        How may I use totext above to show the full month's name?  Example, January, February, etc?  Use M?  Thank you.
Reply | Email | Modify 
date format by Kiran On May 6, 2010
hey thank u so mch for ur help........changing date format to display,it ws sch a simple thing to do bt since m developing website in .net n using crystal report 1st time so wsnt aware of this thing...
Thank UUUUUUUU so mch.....
Reply | Email | Modify 
Crystal Report by sd On July 2, 2010
I have some doubt how to display date wise data in crystal report when we select particular date i have written the code in formula field as given below
"Day Book As On" + ToText({DT_DayBook.TDate})


Reply | Email | Modify 
Discover the top 5 tips for understanding .NET Interop
 © 2012  contents copyright of their authors. Rest everything copyright Mindcracker. All rights reserved.