Global web icon
stackoverflow.com
https://stackoverflow.com/questions/2411559/how-do…
how do I query sql for a latest record date for each user
To get the latest record date along with the corresponding value for each user, you can use a subquery or a common table expression (CTE) in SQL. Here’s a solution using a CTE (if your SQL environment supports it):
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/46130132/conve…
Converting unix time into date-time via excel - Stack Overflow
DATE (1970,1,1): Sets the start date at Unix epoch (January 1, 1970). (10/24): Adds 10 hours for Australian Eastern Standard Time (AEST). Ensure Cell Formatting: The value in C1 will now be an Excel date-time value, but it might not be displaying correctly due to cell formatting. Right-click on cell C1, select "Format Cells." Choose "Custom ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/1192476/format…
Format date and time in a Windows batch script - Stack Overflow
In a Windows (Windows XP) batch script I need to format the current date and time for later use in files names, etc. It is similar to Stack Overflow question How to append a date in batch fil...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/1572110/how-to…
sql - How to calculate age (in years) based on Date of Birth and ...
I have a table listing people along with their date of birth (currently a nvarchar(25)) How can I convert that to a date, and then calculate their age in years? My data looks as follows ID Na...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/14119133/conve…
Conversion failed when converting date and/or time from character ...
In my case this error message "Conversion failed when converting date and/or time from character string." showed up while trying to insert 'null' (string) into a nullable datetime column.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/4896116/parsin…
Parsing an ISO8601 date/time (including TimeZone) in Excel
I need to parse an ISO8601 date/time format with an included timezone (from an external source) in Excel/VBA, to a normal Excel Date. As far as I can tell, Excel XP (which is what we're using) does...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/16176996/keep-…
Keep only date part when using pandas.to_datetime
Just giving a more up to date answer in case someone sees this old post. Adding "utc=False" when converting to datetime will remove the timezone component and keep only the date in a datetime64 [ns] data type.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/889629/how-to-…
sql server - How to get a date in YYYY-MM-DD format from a TSQL ...
How do I retrieve a date from SQL Server in YYYY-MM-DD format? I need this to work with SQL Server 2000 and up. Is there a simple way to perform this in SQL Server or would it be easier to convert it
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/33420395/what-…
What does CCYYMMDD date format mean? - Stack Overflow
I want to speak to a soap service that has a date parameter which is required to be the CCYYMMDD format. What is its definition?
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/20219363/ora-0…
ORA-01830: date format picture ends before converting entire input ...
ORA-01830: date format picture ends before converting entire input string / Select sum where date query Asked 12 years ago Modified 2 years, 11 months ago Viewed 557k times