Ask a Question related to ASP.NET General, Design and Development.
-
Salim Afþar #1
cast from datetime type to smalldatetime type?
Hi,
How can I cast from datetime type to smalldatetime type.
I get the records from a table which has got a datetime type column but I
want to display it smalldatetime format.
Thanks,
Salim
Salim Afþar Guest
-
how to type cast getjsobject form vb.net to c#
how to type cast getjsobject form vb.net to c# -
SQL Server DateTime Data Type
When inserting a date into my SQL Server DB, I'm using the datetime Data Type. It displays the date in the format I want, but, it also displays the... -
Cast from type 'Field' to type 'String'
Hi, Getting the above error - further info shown below Line 36: II2 = 0 Line 37: response.write ("var questions" & II & " = new Array();"... -
<<Error converting data type char to smalldatetime>>
Hi All (IIS 5, SQL 2k, Win 2k) I'm stumped and can't find where I would be "mis-converting" data. I receive the following error ONLY when I update... -
Cast from type 'DBNull' to type 'String' is not valid error
Trying to add an insert button Sub btnAddRow_Click event for adding a row to the datagrid and dataset back to SQL. Had it working per the... -
Stu #2
Re: cast from datetime type to smalldatetime type?
I think you can use something like:
response.write(dMyLongDate.tostring("dd/MM/yy"))
Regards,
Stu
"Salim Afþar" <safsar@luckyeye.com> wrote in message
news:%231j6NMDWDHA.2228@TK2MSFTNGP12.phx.gbl...> Hi,
> How can I cast from datetime type to smalldatetime type.
> I get the records from a table which has got a datetime type column but I
> want to display it smalldatetime format.
> Thanks,
> Salim
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
Version: 6.0.505 / Virus Database: 302 - Release Date: 30/07/2003
Stu Guest
-
Salim Afþar #3
Re: cast from datetime type to smalldatetime type?
Not like that:
I get it with sql string.I want to do something like that :
select format(mydate,("dd/MM/yy"),.... from myTable
Thanks a lot
"Stu" <stuart@ntpcl.uk.com> wrote in message
news:u2I$BVDWDHA.1352@TK2MSFTNGP10.phx.gbl...I> I think you can use something like:
>
> response.write(dMyLongDate.tostring("dd/MM/yy"))
>
> Regards,
>
> Stu
>
>
> "Salim Afþar" <safsar@luckyeye.com> wrote in message
> news:%231j6NMDWDHA.2228@TK2MSFTNGP12.phx.gbl...> > Hi,
> > How can I cast from datetime type to smalldatetime type.
> > I get the records from a table which has got a datetime type column but>> > want to display it smalldatetime format.
> > Thanks,
> > Salim
> >
> >
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
> Version: 6.0.505 / Virus Database: 302 - Release Date: 30/07/2003
>
>
Salim Afþar Guest



Reply With Quote

