View Thread
Get Start of Financial Year for any given date
|
|
admin |
Posted on 25-10-2011 13:40
|
Posts: 630 Joined: 19/11/2006 00:08 |
Simple function to get the start date of the financial year of any given date: Code Download source CREATE FUNCTION [dbo].[fn_GetStartOfFinancialYear] ( @DateStr VARCHAR(10) ) Example Usage: Code Download source SELECT dbo.fn_GetStartOfFinancialYear('06/09/2011') ; Jordon Pilling | Heavencore Administrator
|
|
Jump to Forum |