Top "Getdate" questions

getdate is a T-SQL function available to retrieve the current system date and time.

How to get a Date from a JSON object

I have a JSON object, which have one field that is a birthdate: JSONObject obj = new JSONObject(response); User user = …

java json date object getdate
SQL - Select records for the same day between particular data range

I need to check the SQL date range between some values. Example. To check records added between last 2 to 1 hours. …

sql sql-server datetime getdate
Get date using javascript in this format [MM/DD/YY]

how can I get the date in this format [mm/dd/yy] using javascript. I am struggling to get the …

javascript date getdate
How to compare only date part when delivery date is today

I'm trying to create a report that gets records from a SQL Server database where the delivery date is today. …

sql-server getdate
Getdate() function to get date for my timezone

I would love to insert a default value into a column with data type datetime2(7). However, because my website is …

sql-server getdate
Use of get-date in powershell to create a log string

I'm using these lines in a script to write some information that I'll finally put in a log file. $log = "…

powershell getdate
How to concatenate a string and GETDATE() in MSSQL

I need to insert a string (a comment) which should include a date. What I need is basically the following …

sql-server string concatenation getdate
Convert getdate() to EST

I would like to convert getdate() in SQL Server to EST time.

sql sql-server tsql datetime getdate
SQL Select Records based on current date minus two days

I have an orders table which contains an order ID, order date and order description. I want to run a …

sql sql-server select getdate sql-date-functions
Ordering WP Posts by Custom Meta Key

I created a WordPress custom post type to be able to create events, select the event's date, and display the …

wordpress unix-timestamp getdate