Recent content by Triton

  1. T

    Date problem with SQLite

    Moin, your solution is much more elegant - so this is what i'm using now... Thanks for helping (and for the great software). Heinz
  2. T

    Date problem with SQLite

    Hi, i solved my problem - here is my solution: the changes i made to display the correct Date-Values with SQLite (DaDaBIK 4.4beta): File: business_logic.php Line 2305: change $sql .= format_date_for_dbms($mysql_date_value).", "; // add the field value to the sql statement into $sql...
  3. T

    Date problem with SQLite

    Hi, I'm using DaDaBik and SQLite and it works great. Only one thing i don't get to work: An insert_date , update_date or date field-type results in this output: --1992 I tried every combination of content_type and SQLite-Datatypes - everytime the same problem. Is there a solution to this ...
Top