datetime variable to dataset

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alpha

    datetime variable to dataset

    When I select a datetime variable into a dataset does that stay a datetime
    column? I specified it to be so in the dataset but having problem formating
    it in the Crystal.
    Thanks, Alpha

    dtFinancial = this.dtpFinanci al.Value;
    dtFinancialEnd = this.dtpFinanci alEnd.Value;

  • Miha Markic [MVP C#]

    #2
    Re: datetime variable to dataset

    If the column in dataset is of DateTime type then it stays DateTime.

    --
    Miha Markic [MVP C#] - RightHand .NET consulting & development

    SLODUG - Slovene Developer Users Group www.codezone-si.info

    "Alpha" <Alpha@discussi ons.microsoft.c om> wrote in message
    news:7A9A2C1B-F01C-4E94-B5B7-8D18C5BBB1C4@mi crosoft.com...[color=blue]
    > When I select a datetime variable into a dataset does that stay a
    > datetime
    > column? I specified it to be so in the dataset but having problem
    > formating
    > it in the Crystal.
    > Thanks, Alpha
    >
    > dtFinancial = this.dtpFinanci al.Value;
    > dtFinancialEnd = this.dtpFinanci alEnd.Value;
    >[/color]


    Comment

    Working...