SELECT CAST(MyDate AS DATETIME) + CAST(MyTime AS DATETIME) AS CombinedDateTime --OR --if date part is missing and you want to format time in asp net SELECT CAST(GETDATE() AS DATE) + CAST(MyTime AS DATETIME) AS CombinedDateTime
world wide web development problems asp net php html xhtml css javascript jquery w3dproblems
Friday, December 5, 2014
How to combine date from one field with time from another field - MS SQL Server
MultiView cannot have children of type
Multiview must be followed by the following type
- CompleteWizardStep
- CreateUserWizardStep
- TemplatedWizardStep
- ViewWizardStep
And make sure runat="server" is applied on each tag
Subscribe to:
Comments (Atom)