Learn how to extract the day number from a date using T-SQL with this simple and effective code snippet. Get the day number for any given date in SQL Server.
This T-SQL statement demonstrates how to output the day from a date in ordinal numbers using SQL Server. Learn how to replace `Getdate()` with your date field and format the…
Learn how to calculate the difference between two dates in Excel using the DATEDIF formula with different units such as days, months, years, days-ignoring years, days-ignoring months and years, months-ignoring…
Learn how to set email sender and from address in WordPress to avoid having your emails marked as spam by spam filters. This guide provides a solution using a custom…
How to add plain text to HTML emails? Learn how to automatically add the plain text content from your HTML email using a simple WordPress plugin. Prevent spam filters and ensure delivery
Convert text date to datetime format in Crystal Reports with these two methods - DateValue and cDate. Learn how to convert text date fields into usable date fields for better…
Learn how to easily calculate the financial year from a date in Crystal Reports using this simple formula. This code works for the Australian financial year starting from July to…