我正在显示一个带有2个车把模板的<p></p>
,我想将第一个模板{{person.activeReferralsDate}}
的字符串长度限制为12个字符。有没有办法做到这一点?我已经看到了一种限制<input>
长度以及只有1个变量输出的方法。
代码:
<p class="future-appointments-info-holder-text-secondary">
{{person.activeReferralsDate}} | {{person.activeReferralsTime}}
</p>
TL; DR - 我希望{{person.activeReferralsDate}}
在输出长度上限制为12个字符