

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Formatting date in SAP system
You will need to apply new culture to the existing thread as shown below:
Example
DateTime now = DateTime.Now; Console.WriteLine(now); CultureInfo sapCulture = new CultureInfo("en-US", true); sapCulture.DateTimeFormat.ShortDatePattern = "ddMMyyyy"; //sapCulture.DateTimeFormat.FullDateTimePattern = sapCulture.DateTimeFormat.ShortDatePattern + " HH-mm-ss"; sapCulture.DateTimeFormat.LongTimePattern = "HH-mm-ss"; //sapCulture.DateTimeFormat.ShortTimePattern = "HH-mm-ss"; System.Threading.Thread.CurrentThread.CurrentCulture = sapCulture; //System.Threading.Thread.CurrentThread.CurrentUICulture = sapCulture; Console.WriteLine(now);
- Related Questions & Answers
- Date Formatting Using printf
- Date Formatting Using SimpleDateFormat
- Change date formatting symbols in Java
- Difference between SAP ECC system and SAP BW system?
- Using Breakpoint in SAP system
- System measurement of SAP HANA system in XML file
- Create an INCLUDE in SAP system
- Getting table name in SAP system
- Index server in SAP HANA system
- Checking System limits in SAP HANA
- Current alerts in SAP HANA system
- Data Compression in SAP HANA system
- Trusted RFC connection in SAP system
- What is SAP ERP system?
- Migrating to SAP HANA system
Advertisements