Hayley Posted February 19, 2021 Report Share Posted February 19, 2021 Hello, I'm just wondering on how to extract the date or time from a timestamp field? Thank you in advanced!! Quote Link to comment Share on other sites More sharing options...
1 PotatoMato Posted February 19, 2021 Report Share Posted February 19, 2021 Hi @Hayley , you can use the calculated field with SQL to extract the date or time from a timestamp field. For Date: SELECT CONVERT(varchar(10), [@field:Timestamp], 1) For Time: SELECT CONVERT(varchar(10), [@field:Timestamp], 108) You may also visit this link for reference: https://www.mssqltips.com/sqlservertip/1145/date-and-time-conversions-using-sql-server/ -PotatoMato Lepidoptera 1 Quote Link to comment Share on other sites More sharing options...
0 SinJunYoung Posted February 27, 2021 Report Share Posted February 27, 2021 On 2/19/2021 at 3:13 PM, Hayley said: Hello, I'm just wondering on how to extract the date or time from a timestamp field? Thank you in advanced!! Hello! There is an option of field formatting depending on where you will be applying this: https://howto.caspio.com/datapages/datapage-components/field-formatting-options/ Quote Link to comment Share on other sites More sharing options...
0 ParkLoey Posted March 21, 2021 Report Share Posted March 21, 2021 Hiyaa there! In cases when you want a different format of your date, you can refer to the list provided in this forum post: Quote Link to comment Share on other sites More sharing options...
0 Kurumi Posted September 19 Report Share Posted September 19 Hi! Caspio now offers integration with OpenAI, so you can use extensions to leverage AI to update your data based on a prompt. Here's a sample use case to get the time only based on the provided Date/Time field. Request: Get the time in "[@field:Date_Submitted]" and change it to 12-hr time. Determine if it is AM or PM. Return only the final result in the format of: HH:MM AM or PM Result: Change the 'Date_Submitted' field to your right field name. To learn more about Extensions, you can check it here: https://howto.caspio.com/integration/extensions/ Quote Link to comment Share on other sites More sharing options...
Question
Hayley
Hello, I'm just wondering on how to extract the date or time from a timestamp field?
Thank you in advanced!!
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.