Skip to main content

system.kanoa.utilities.convertSQLTimeStamp

This function requires KanoaCore module

Description

Converts a java.util.date or SQL Timestamp object to a java.util.date object (kanoaCore).

Syntax

convertSQLTimeStamp(timeStamp)
  • Parameters
      timeStamp (java.util.date or SQL Timestamp) - The input timestamp object.
  • Returns
      java.util.date - A java.util.date object.
  • Code Example

    # Example Usage:
    converted_date = system.kanoa.utilities.convertSQLTimeStamp(timeStamp)