self.ShortDate = ko.computed(function () {
return self.opts.value().toString().split(" ",4);
}, self);
Sunday, July 5, 2020
KnockoutJS - split a string
So you need to convert it first to a string then you can do the split.
Subscribe to:
Posts (Atom)
Lab 09: Publish and subscribe to Event Grid events
Microsoft Azure user interface Given the dynamic nature of Microsoft cloud tools, you might experience Azure UI changes that occur after t...
-
Import/export of any file type is the basic need of any development environment whether web development, desktop development or applicatio...
-
PowerShell का उपयोग करके एक Azure डेटा फ़ैक्टरी कैसे बनाएँ? This quickstart describes how to use PowerShell to create an Azure data fact...
-
Zone-redundant storage (ZRS) replicates your data synchronously across three storage clusters in a single region. Each storage cluster is ...