Web Application - Approval Panel - Date values in standard format

Hi all,

The customer ask to change the output format of dates on approval panel (web application).

The dates to change are: requestdate, valid from and valid until. The dates are present on the gray right part (product details) of approval panel .
Now the value is calculated and  the window show a value like  "36 minutes ago".
The customer would like to have the standard date-time (2019-09-02 14:30:00).

Could you tell me how customize/change the web panel ?

Thank you and best regards
Ermes

PS: How can I attach an image ?

Parents
  • Hi Ermes,

    Just for your information, the exact date is available as a tooltip.

    To remove the "friendly" date displays:

    - open WebDesigner
    - open VI_StandardWeb document
    - click the configuration tab
    - look for column viewer definitions for the columns you want to change which reference "VI_Edit_View_DateTimeago"
    - delete these nodes
    - save & compile

    For an example, see here:

    PS: Pasting the image from the clipboard seems to do the trick, at least for me.

  • Hello Hanno,

    I have similar issue that the customer would like to have visible the standard date-time.

    When I am attempting to delete the settings, I can not. 'Delete' option is grey out and i do not have any other option like 'delete node as an extention'. (p.s. I can not insert the screen.)

    The version of OIM is 7.1.4

    When I will be ble to delete the settings I have question about roll back this change. I can export xml of this columns' settings. But I can not import it in case of customer would like to go back. 

    Should I use DataImport.exe for this ?

  • Hi Michał,

    As per the Support SR where we discussed this issue, our Web Development Team let me know that this can be implemented in 7.1.4 too:

    Please create an equally named configuration value in the Configuration (custom) to replace the original value.

    The only difference should be the value:

    For the old, 'friendly' date it was "VI_Edit_View_DateTimeago",
    For the new, detailed date it is "VI_Edit_View_Date".

Reply
  • Hi Michał,

    As per the Support SR where we discussed this issue, our Web Development Team let me know that this can be implemented in 7.1.4 too:

    Please create an equally named configuration value in the Configuration (custom) to replace the original value.

    The only difference should be the value:

    For the old, 'friendly' date it was "VI_Edit_View_DateTimeago",
    For the new, detailed date it is "VI_Edit_View_Date".

Children
No Data