label-studio icon indicating copy to clipboard operation
label-studio copied to clipboard

How to have predefined value for datetime tag

Open vidhyatr opened this issue 1 year ago • 2 comments

can i prepopulate the date value like this ? also can i change date format (mm/dd/yyyy)to some other (dd/mm/yyyy) <DateTime name="datetime" only="date" value="$predictionDate"/>

vidhyatr avatar Aug 30 '24 20:08 vidhyatr

can i prepopulate the date value like this ? also can i change date format (mm/dd/yyyy)to some other (dd/mm/yyyy) <DateTime name="datetime" only="date" value="$predictionDate"/>

I have also same problem. not able to prepopulate the datevalues in prediction on datetime tag

reveur-code avatar Sep 01 '24 05:09 reveur-code

Hi folks - unfortunately DateTime is a control tag and can be populated from Annotations or Predictions only. Would it be sufficient to just use Text? https://labelstud.io/tags/text

jombooth avatar Sep 04 '24 23:09 jombooth