Customer Portal

transform language and Dates

Comments 2

  • Avatar
    oldforum
    0
    Comment actions Permalink
    well i found out what it is. MS SQL Server does not like the default date form of Tue Nov 28 16:16:48 EST 2006.
  • Avatar
    oldforum
    0
    Comment actions Permalink
    Hi !

    Can you try to use print_err() to show what value is actually in activity_date after the if statement ?

    It should contain date&time info. Question is how is it defined on the "final table" side - do you mean output data file or database table.

    If database table, then the DB data type may not support time information.

    If clover data file (text file) then it depends on the metadata - you should have it with format specified and it must contain time - something like this "yyyy-MM-dd HH:mm:ss"

Please sign in to leave a comment.