TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Date function
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Rohatash Kumar (4)
Vinod Kumar (3)
Naveen Kumar (2)
Abiola David (1)
Pankaj Lohani (1)
Vineet Kumar Saini (1)
Sourabh Somani (1)
Jignesh Trivedi (1)
Related resources for Date function
No resource found
DATETRUNC New T-SQL Enhancements in SQL Server
10/9/2024 6:48:59 AM.
This new feature simplifies date truncation by allowing developers to truncate dates to specific intervals, such as year, month, or day. It improves query performance and data manipulation in SQL.
DATE_BUCKET Function New T-SQL Enhancements in SQL Server
10/5/2024 6:28:43 AM.
This article will delve into the DATE_BUCKET function, its syntax, and its practical use cases using the AdventureWorks2022 sample database. We’ll also compare DATE_BUCKET with other similar T-SQL fun
Using Date Function in Data Validation in Excel
12/10/2023 6:29:24 AM.
Learn how to use Excel's DATE function for effective data validation. Set criteria for a date column to ensure entries fall within a specific range, enhancing accuracy and data quality.
Aggregate Functions in F#
7/27/2023 5:56:46 AM.
In this article you will see and learn about the aggregate functions in a Windows Forms application.
Working with Date and Time in SQL Server
1/20/2023 10:49:06 AM.
In this article, I would like to show the similarity of SQL Getdate function and the C# DateTime class.
Using JavaScript Function in PHP
4/7/2020 2:16:10 PM.
We are going to describe how to use a JavaScript function with HTML
Calculating Age in Years, Months and Days in SQL Server 2012
6/6/2019 12:10:54 AM.
In this article, I would like to show the difference between two dates in years, months and days in SQL Server.
Date() Function in PHP
10/29/2018 2:06:02 AM.
Using this article one can easily understand , how to format a date and time in PHP and related functions.
Calculate How Many Days in A Month Using PHP
6/29/2017 5:00:14 AM.
In this article I explain the cal_days_in_month() function in PHP. cal_days_in_month() function returns the number of the days in a month for the given year and calendar.
Most Commonly Used DateTime Function in SQL Server
2/8/2015 11:39:07 PM.
This article describes about date and time functions of SQL Server which is most commonly used.
New Date Functions in SQL Server 2012
9/27/2013 12:35:23 PM.
This article explains 7 new date functions in SQL Server 2012..
Time Zone Function in PHP
5/31/2013 4:48:51 PM.
In this article I will explain two important time zone function date default timezone get and date default timezone set in PHP.
Getting Some Useful Date and Time Information From Getdate Function in SQL Server 2012
3/6/2013 4:10:55 PM.
In this article, I would like to show the utility of Getdate functions in SQL Server.
Datename Function in SQL Server 2012
10/2/2012 2:10:44 PM.
Here, you will see the DateName function that represents the specified datepart of the specified date such as day, month, year, quarter, hour, minute in SQL Server.