DbVisualizerthetable.hashnode.dev·Mar 21, 2024Understanding Date and Time Extraction in MS SQL ServerMS SQL Server, a powerful RDBMS, facilitates complex data management and analysis. This guide highlights key methods for extracting date and time from datetime values, employing the CONVERT and CAST functions for efficient data manipulation. Key Meth...MSSQL
J B Sankarlalblog.sankarlal.in·Feb 23, 2024Mastering Dates: A Comprehensive Guide to Handling Dates in JavaScriptWhen working on any project, you will encounter various situations where you need to utilize dates in different forms. Sometimes, you need to retrieve the current date, while other times you may have to schedule a process for a specific time. Additio...57 readsjavascript essentials
DbVisualizerthetable.hashnode.dev·Jun 9, 2023Extracting Time and Date in MS SQL Server: A Comprehensive GuideMicrosoft SQL Server is a powerful relational database management system (RDBMS) that provides a platform for storing, managing, and analyzing structured data. In this guide, we'll focus on how to extract time from the datetime function and obtain da...133 readsMySQL