How to work on time in oracle apex /oracle database

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ย. 2024
  • #oracleapex #time #date #Oracledatabase #Sql #PLSql
    In this video, I have explained how to work on date and time and different type of formats in oracle apex and oracle database in detail.
    --------------Facebook Link------------
    / namoraapexify

ความคิดเห็น • 11

  • @mohamedsameer3549
    @mohamedsameer3549 ปีที่แล้ว +2

    Is there any option "$('#id').attr('type', 'time');"
    to get the 24 hrs format?

    • @nam-ora-apexify
      @nam-ora-apexify  ปีที่แล้ว +1

      You can not change it manually. It depends on client machine's time format. If local machine is in 24 hours time format it automatically show 24 hours format and can take input in 24 hour.

  • @mohamedsameer3549
    @mohamedsameer3549 2 ปีที่แล้ว

    Very helpful kindly do video in English

  • @md.noor-e-alam9079
    @md.noor-e-alam9079 ปีที่แล้ว

    Need help. Not working on Mozilla prior versions less than 57. Are there any solutions that work with all browsers? Please help.

  • @jorgebernal837
    @jorgebernal837 ปีที่แล้ว +1

    Hi experts I was looking your video about the apex itema called P2_NEW_TIME so your DA with javascript workking well because in my case these control works with IG COLUMN?
    because the end users wants to type for example 0230 and the column auto complete to 02:30 = 02hours and 30 minutes thats is possible to do? thanks a lot

    • @nam-ora-apexify
      @nam-ora-apexify  ปีที่แล้ว +1

      Just create static id for IG column and write your JavaScript code in da or in global function or variable declaration. Customer just type 0230 it will put the digits right position automatically.

    • @jorgebernal837
      @jorgebernal837 ปีที่แล้ว

      @@nam-ora-apexify ok static id ready..! could you help me with the js code? thanks

    • @nam-ora-apexify
      @nam-ora-apexify  ปีที่แล้ว +1

      $("#STATIC_ID").attr('type','time');

    • @jorgebernal837
      @jorgebernal837 ปีที่แล้ว +1

      @@nam-ora-apexify thanks a I was lookin but its possible only validate HH:MI ? because I need to put time in HOUR and MINUTES and other IG column in HH24:MI format not second not AM or PM ? thanks

    • @nam-ora-apexify
      @nam-ora-apexify  ปีที่แล้ว +1

      It depends on client PC time format, you can not