Ara :
HOME
ASP
PHP
JAVASCRIPT
C#
Add Code
Turkish
ASP Code Samples
PHP Code Samples
JavaScript Code Samples
C# Code Samples
C# Code Sample
C# Writting Formatted Date in DataGrid
Using this code allows to write selected format date text comming from the database in the Datagrid. dataformatstring="{0:dd/MM/yyyy}" code allow user to write formatted date like 06.01.2014.
"{0:dd/MM/yyyy}" dd means DAY, MM means MOUNTH, yyyy means YEAR. if you change the order, you will change the date format.
Added By : Administrator
Back to C# Code Samples
email :
info@kodornekleri.com