There is a field on UI 'A' and we need to add a field which we should reflect on UI as 'B' (and a caluclation should happen as Field A + 180 Days)
Can Someone help me How to do this caluclation on LWC component and reflect this on UI???
Help Appreciated.
1 resposta
Hello "learner"
this should be a simple case of calcaulting the value in Javascript, on the componenet's client side controller or helper classes.